﻿@charset "utf-8";

body {
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
/*	text-shadow: 0 1px #FFFFFF; */
	font-family: Arial, san-serif;
}
a { color:#4ea142; text-decoration:none; }
a:visited {  }
a:active {  }
p a { text-decoration:underline; }

p { margin-top:15px; }

ul { margin-top:20px; }

img { max-width:100%; }

table { border-collapse:collapse; }

/* clearfix */
.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}

/* hidden */
.hide{
	display: none;
}
.hidden {
	border: medium none;
	height: 0;
	margin: 0 !important;
	overflow: hidden;
	visibility: hidden;
	padding: 0 !important;
	width: 0;
}

/* float */
.f-left { float: left; }
.f-right { float: right; }

/* align */
.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

/* color */
.red { color:#F00; }
.green { color:#00A040;}
strong.brown, .brown {	color: #996600;}
/* input */

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	box-sizing:border-box;
    /* 2018/01/05 TIS佐藤 SP次期NEOサイト改修対応 STR */
    /* 以下の指定を有効にしてしまうと、入力不可時の入力欄がグレーアウトされないためコメントアウト（PC版には存在しない指定です） */
	/*background:#FFF;*/
    /* 2018/01/05 TIS佐藤 SP次期NEOサイト改修対応 END */
}

select {
	-webkit-appearance:none;
	appearance:none;
}
selec:disabled { background:#CCC; color:#FFF; }

input[type="radio"]{
	-webkit-appearance:none;
	appearance:none;
	width:18px; height:18px; border:3px solid #FFF; border-radius:9px; background:#FFF; box-shadow:0 0 0 1px #E0E0E0; vertical-align:top; margin:0 5px 0 0;
}
input[type="radio"]:checked { background:#4ea142; }

input[type="text"]:disabled{
	-webkit-text-fill-color: black;
	opacity: 1;
}

input[type="checkbox"] {
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	border:0;
	width:18px; height:19px; background:url('/sp/img/common/bg_checkbox.png') no-repeat 0 0 #FFF; background-size:18px auto; margin:0 5px 0 0; vertical-align:top;
}
input[type="checkbox"]:checked { background-position:0 100%; }
input[type="text"],
input[type="password"],
input[type="tel"] { border:1px solid #D2D2D2; border-radius:5px; padding:10px 7px; box-sizing:border-box; }
input[type="text"]:placeholder-shown,
input[type="password"]:placeholder-shown,
input[type="tel"]:placeholder-shown { color:#AAA; }
input[type="text"]:-webkit-input-placeholder,
input[type="password"],
input[type="tel"]:-webkit-input-placeholder { color:#AAA; }
input[type="number"] { border:1px solid #D2D2D2; border-radius:5px; padding:10px 7px; box-sizing:border-box; }
input[type="number"]:placeholder-shown { color:#AAA; }
input[type="number"]:-webkit-input-placeholder { color:#AAA; }
select { max-width: 100%; border:1px solid #D2D2D2; border-radius:5px; padding:10px 35px 10px 5px; box-sizing:border-box; position:relative; background:url('/sp/img/common/arrow_select_01.png') no-repeat right 15px top 50% #FFF; background-size:8px 5px; }


/* font */

.fs_SS { font-size:75%; }
.fs_S { font-size:87.5%; }
.fs_L { font-size:112.5%; }
.fs_LL { font-size:125%; }
.fs_XL { font-size:150%; }

.fw_B { font-weight:bold !important; }
.fw_N { font-weight:normal !important; }

/* size */
.W_input_s1 { width:68px !important; }
.W_input_m1 { width:200px !important; }

.W_select_s1 { width:47px !important; padding-right:15px; background-position:right 5px top 50%; }
.W_select_m1 { width:200px !important; padding-right:15px; background-position:right 5px top 50%; }

.W_fit { width:100% !important; }

/* int */

ul.int01 { }
ul.int01 li { text-indent:-1em; padding-left:1em; }

/* margin */
.mt0 { margin-top:0px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }

.mr0 { margin-right:0px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr50 { margin-right:50px !important; }

.mb0 { margin-bottom:0px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }

.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }

/* padding */
.pt0 { padding-top:0px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }

.pr0 { padding-right:0px !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }
.pr25 { padding-right:25px !important; }
.pr30 { padding-right:30px !important; }
.pr40 { padding-right:40px !important; }
.pr50 { padding-right:50px !important; }

.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }

.pl0 { padding-left:0px !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl25 { padding-left:25px !important; }
.pl30 { padding-left:30px !important; }
.pl40 { padding-left:40px !important; }
.pl50 { padding-left:50px !important; }


/* other */

.noBD { border:0 !important; }


/* grid */
.grid_row{
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 0;
	overflow: hidden;
}
.grid_col,
.grid_col_1,
.grid_col_2,
.grid_col_3,
.grid_col_4,
.grid_col_5,
.grid_col_6,
.grid_col_7,
.grid_col_8,
.grid_col_9,
.grid_col_10,
.grid_col_11,
.grid_col_12{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	box-sizing: border-box;
}
.grid_col_1{width: 8.33333333333%}
.grid_col_2{width: 16.6666666667%;}
.grid_col_3{width: 25%;}
.grid_col_4{width: 33.3333333333%;}
.grid_col_5{width: 41.6666666667%;}
.grid_col_6{width: 50%;}
.grid_col_7{width: 58.3333333333%;}
.grid_col_8{width: 66.6666666667%;}
.grid_col_9{width: 75%;}
.grid_col_10{width: 83.3333333333%;}
.grid_col_11{width: 91.6666666667%;}
.grid_col_12{width: 100%;}


.fluid_image {
	max-width: 100%;
	height: auto;
}

/* width
-------------------------------------------------- */
.w1per  { width:  1% !important; }
.w2per  { width:  2% !important; }
.w3per  { width:  3% !important; }
.w4per  { width:  4% !important; }
.w5per  { width:  5% !important; }
.w6per  { width:  6% !important; }
.w7per  { width:  7% !important; }
.w8per  { width:  8% !important; }
.w9per  { width:  9% !important; }
.w10per { width: 10% !important; }
.w11per { width: 11% !important; }
.w12per { width: 12% !important; }
.w13per { width: 13% !important; }
.w14per { width: 14% !important; }
.w15per { width: 15% !important; }
.w16per { width: 16% !important; }
.w17per { width: 17% !important; }
.w18per { width: 18% !important; }
.w19per { width: 19% !important; }
.w20per { width: 20% !important; }
.w21per { width: 21% !important; }
.w22per { width: 22% !important; }
.w23per { width: 23% !important; }
.w24per { width: 24% !important; }
.w25per { width: 25% !important; }
.w26per { width: 26% !important; }
.w27per { width: 27% !important; }
.w28per { width: 28% !important; }
.w29per { width: 29% !important; }
.w30per { width: 30% !important; }
.w31per { width: 31% !important; }
.w32per { width: 32% !important; }
.w33per { width: 33% !important; }
.w34per { width: 34% !important; }
.w35per { width: 35% !important; }
.w36per { width: 36% !important; }
.w37per { width: 37% !important; }
.w38per { width: 38% !important; }
.w39per { width: 39% !important; }
.w40per { width: 40% !important; }
.w41per { width: 41% !important; }
.w42per { width: 42% !important; }
.w43per { width: 43% !important; }
.w44per { width: 44% !important; }
.w45per { width: 45% !important; }
.w46per { width: 46% !important; }
.w47per { width: 47% !important; }
.w48per { width: 48% !important; }
.w49per { width: 49% !important; }
.w50per { width: 50% !important; }
.w51per { width: 51% !important; }
.w52per { width: 52% !important; }
.w53per { width: 53% !important; }
.w54per { width: 54% !important; }
.w55per { width: 55% !important; }
.w56per { width: 56% !important; }
.w57per { width: 57% !important; }
.w58per { width: 58% !important; }
.w59per { width: 59% !important; }
.w60per { width: 60% !important; }
.w61per { width: 61% !important; }
.w62per { width: 62% !important; }
.w63per { width: 63% !important; }
.w64per { width: 64% !important; }
.w65per { width: 65% !important; }
.w66per { width: 66% !important; }
.w67per { width: 67% !important; }
.w68per { width: 68% !important; }
.w69per { width: 69% !important; }
.w70per { width: 70% !important; }
.w71per { width: 71% !important; }
.w72per { width: 72% !important; }
.w73per { width: 73% !important; }
.w74per { width: 74% !important; }
.w75per { width: 75% !important; }
.w76per { width: 76% !important; }
.w77per { width: 77% !important; }
.w78per { width: 78% !important; }
.w79per { width: 79% !important; }
.w80per { width: 80% !important; }
.w81per { width: 81% !important; }
.w82per { width: 82% !important; }
.w83per { width: 83% !important; }
.w84per { width: 84% !important; }
.w85per { width: 85% !important; }
.w86per { width: 86% !important; }
.w87per { width: 87% !important; }
.w88per { width: 88% !important; }
.w89per { width: 89% !important; }
.w90per { width: 90% !important; }
.w91per { width: 91% !important; }
.w92per { width: 92% !important; }
.w93per { width: 93% !important; }
.w94per { width: 94% !important; }
.w95per { width: 95% !important; }
.w96per { width: 96% !important; }
.w97per { width: 97% !important; }
.w98per { width: 98% !important; }
.w99per { width: 99% !important; }
.w100per{ width:100% !important; }
